body,
html {
    min-width: 1280px;
}
@media only screen and (max-width:480px) {
   body,
    html { min-width: 100%;
    }
    .layout-row .layout-row-wrap {
        width: 100%;
    }
    .zyImage .iconfont{
        font-size:32px!important;
    }
}
/**一级投影**/
.shadow-1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

/**二级投影**/
.shadow-2 {
    box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.08);
}

/**三级投影**/
.shadow-3 {
    box-shadow: 0 9px 28px 0px rgba(0, 0, 0, 0.05);
}

/**hover一级投影**/

.hover-shadow-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

/**hover二级投影**/
.hover-shadow-2:hover {
    box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.08);
}

/**hover三级投影**/
.hover-shadow-3:hover {
    box-shadow: 0 9px 28px 0px rgba(0, 0, 0, 0.05);
}

/*--文本行数限制-- */
.text-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.text-line-2 {
    -webkit-line-clamp: 2;
}

.text-line-3 {
    -webkit-line-clamp: 3;
}

.text-line-4 {
    -webkit-line-clamp: 4;
}

.text-line-5 {
    -webkit-line-clamp: 5;
}

.text-line-2,
.text-line-3,
.text-line-4,
.text-line-5 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 弹性伸缩盒 */
    -webkit-box-orient: vertical;
    white-space: normal;
    /* 设置伸缩盒子元素排列方式*/
    line-height: 1.6em !important;
}

.text-line-2 {
    height: 3.4em;
}

.text-line-3 {
    height: 4.8em;
}

.text-line-4 {
    height: 6.4em
}

.text-line-5 {
    height: 8em;
}

/* 文字左对齐 */
.text-left {
    text-align: left;
}

/* 文字居中对齐 */
.text-center {
    text-align: center;
}

/* 文字右对齐 */
.text-right {
    text-align: right;
}

/* 字体大小 */
.font-xs {
    font-size: 12px;
}

.font-sm {
    font-size: 14px;
}

.font-md {
    font-size: 16px;
}

.font-lg {
    font-size: 20px;
}

.font-xl {
    font-size: 26px;
}

.font-xxl {
    font-size: 30px;
}

.gray-bg-1 {
    background-color: #fff;
}

.gray-bg-2 {
    background-color: #fafafa;
}

.gray-bg-3 {
    background-color: #f5f5f5;
}

.gray-bg-4 {
    background-color: #f0f0f0;
}

.gray-bg-5 {
    background-color: #d9d9d9;
}

.gray-bg-6 {
    background-color: #bfbfbf;
}

.gray-bg-7 {
    background-color: #8c8c8c;
}

.gray-bg-8 {
    background-color: #595959;
}

.gray-bg-9 {
    background-color: #434343;
}

.gray-bg-10 {
    background-color: #262626;
}

.gray-bg-11 {
    background-color: #1f1f1f;
}

.gray-bg-12 {
    background-color: #141414;
}

.gray-bg-13 {
    background-color: #000;
}

.gray-font-1 {
    color: #fff;
}

.gray-font-2 {
    color: #fafafa;
}

.gray-font-3 {
    color: #f5f5f5;
}

.gray-font-4 {
    color: #f0f0f0;
}

.gray-font-5 {
    color: #d9d9d9;
}

.gray-font-6 {
    color: #bfbfbf;
}

.gray-font-7 {
    color: #8c8c8c;
}

.gray-font-8 {
    color: #595959;
}

.gray-font-9 {
    color: #434343;
}

.gray-font-10 {
    color: #262626;
}

.gray-font-11 {
    color: #1f1f1f;
}

.gray-font-12 {
    color: #141414;
}

.gray-font-13 {
    color: #000;
}

.white-font {
    color: #fff
}

.font-1 {
    font-size: 1.1rem !important;
}

.font-2 {
    font-size: 1.2rem !important;
}

.font-3 {
    font-size: 1.3rem !important;
}

.font-4 {
    font-size: 1.4rem !important;
}

.font-5 {
    font-size: 1.5rem !important;
}

.font-6 {
    font-size: 1.6rem !important;
}

.font-7 {
    font-size: 1.7rem !important;
}

.font-8 {
    font-size: 1.8rem !important;
}

.font-9 {
    font-size: 1.9rem !important;
}

.font-10 {
    font-size: 2rem !important;
}

.font-11 {
    font-size: 2.2rem !important;
}

.font-12 {
    font-size: 2.6rem !important;
}

.font-13 {
    font-size: 3rem !important;
}

.fontw-4 {
    font-weight: 400 !important;
}

.fontw-5 {
    font-weight: 500 !important;
}

.fontw-6 {
    font-weight: 600 !important;
}

.fontw-7 {
    font-weight: 700 !important;
}


/**字体加粗**/
.font-blod {
    font-weight: bold;
}

/**hover字体加粗**/
.hover-font-blod:hover {
    font-weight: bold;
}

/**普通字体样式**/
.font-normal {
    font-style: normal;
}

/**字体应用皮肤色**/
.font-skincolor {
    color: #409EFF
}

/**背景应用皮肤色**/
.el-dialog__header,
.bg-skincolor {
    background-color: #409EFF;
}

/****/
.bg-gray-color {
    background-color: rgb(239, 240, 246);
}

/**边框应用皮肤色**/
.border-skincolor {
    border-color: #409EFF
}

/**hover字体应用皮肤色**/
.hover-font-skincolor:hover {
    color: #409EFF
}

/**hover背景应用皮肤色**/
.hover-bg-skincolor:hover {
    background-color: #409EFF
}

/**hover边框应用皮肤色**/
.hover-border-skincolor:hover {
    border-color: #409EFF
}

.hover-font-white:hover {
    color: #fff;
}

/**布局**/
.layout-row .layout-row-wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

/**顶部登录栏**/
.page-top-login {
    line-height: 2.4em;
    background: #f0f0f2;
}

/**顶部logo栏**/
.page-top-logo .layout-row-wrap {
    padding: 16px 0;
    align-items: center;
}

/*-------------er-column-----------------*/

.er-column {
    font-size: 1rem;
    position: relative;
}

.er-column .er-column-title {
    position: relative;
    font-weight: 500;
    color: var(--skinColor);
    font-size: 1.5rem;
}

.er-column .er-column-title a:link,
.er-column .er-column-title a:visited {
    color: #333;
}

.er-column .er-column-title a:hover,
.er-column .er-column-title a:active {
    color: #409EFF;
}

.er-column .er-column-more a,
.er-column .er-column-more a:link,
.er-column .er-column-more a:visited {
    color: #409EFF;
}

.er-column .er-column-more a:hover,
.er-column .er-column-more a:active {
    color: #333;
}


.er-column .er-column-moretitle a:link,
.er-column .er-column-moretitle a:visited,
.er-column .er-column-moretitle a:hover,
.er-column .er-column-moretitle a:active {
    color: #409EFF;
}

.er-column .er-column-title-text {
    line-height: 100%;
}

.er-column.reverse .er-column-title-text {
    -webkit-box-pack: center;
}

.er-column.reverse .er-column-more {
    right: auto;
    left: 0em;
}

.er-column.reverse .er-column-more a {
    margin-right: 0px;
    margin-left: 0px;
}

.er-column .er-column-title h3,
.er-column .er-column-title h4 {
    padding: 0;
    margin: 0;
    font-weight: inherit;
    position: relative;
}

.er-column .er-column-title h4 {
    color: #aaa;
}

.er-column .er-column-title h4 {
    font-size: 1.2em;
}

.er-column .er-column-more {
    font-size: 1.1rem;
    position: absolute;
    right: 1em;
    top: 0em;
    z-index: 2;
    text-align: center;
    line-height: 1em;
    min-width: 2em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
}

.er-column .er-column-more a {
    display: block;
    margin-left: 1em;
}

.er-column .er-column-more * {
    color: inherit;
}

.er-column-title-main .fa {
    /* margin-right: .5rem;
    opacity: .3;
    margin-top: 2px; */
}
.er-column-title-main .fa.title_pre{
    margin-right:1em;
}
.er-column-title-main .fa.title_next{
    margin-left:1em;
}

.er-column-title-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------er-column-l01-------------------*/

.er-column-l01 .er-column-title {
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    font-size: 1.8rem;
}

.er-column-l01 .er-column-title h3 {
    color: inherit;
    font-size: 1em;
}

.er-column-l01 .er-column-title h4 {
    font-size: 0.7em;
    padding: 0.6em 0 0.2em 0;
    position: relative;
}

.er-column-l01>.er-column-title .er-column-title-text {

    height: 3em;
    width: 100%;
    padding: 0.8em 0;
}

.er-column-l01>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    width: 1.2em;
    margin-left: -0.6em;
    height: 0;
    border: 2px solid #000;
    border-radius: 2px;
    border-color: #409EFF;
}



/*---------------er-column-col2--------------------*/

.er-column-l02>.er-column-title {
    text-align: center;
    position: relative;
    font-size: 1.8rem;
}

.er-column-l02>.er-column-title .er-column-title-text {

    width: 100%;
    padding: 0.8em 0;
}

.er-column-l02>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
}

.er-column-l02>.er-column-title h4 {
    font-size: 0.7em;
    padding: 0.6em 0 0 0;
    position: relative;
    vertical-align: middle;
}

.er-column-l02>.er-column-title h4:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    border-bottom: 2px solid #bbb;
    margin-left: 1em;
}

.er-column-l02>.er-column-title h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    border-bottom: 2px solid #bbb;
    margin-right: 1em;
}



/*------------------er-column-col3---------------------*/

.er-column-l03>.er-column-title {
    font-size: 1.4rem;
}

.er-column-l03>.er-column-title h4 {
    display: none;
}

.er-column-l03>.er-column-title .er-column-title-text {
    border-color: inherit;
    position: relative;
    display: flex;
    align-items: center;
    height:3em;
}

.er-column-l03>.er-column-title .er-column-title-text:before {
    content: "";
    display: block;
    height: 1em;
    border-left: 4px solid #409EFF;
    margin-left: 0.5rem;
}

.er-column-l03>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.8rem;
}

.er-column-l03>.er-column-title h4 {
    font-size: 0.8em;
    padding-top: 0.5em;
    line-height: 100%;
}



/*-------------------er-column-col4-------------------*/

.er-column-l04>.er-column-title {
    font-size: 1.6rem;
    padding: 0;
}

.er-column-l04>.er-column-title h3 {
    color: inherit;
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.er-column-l04>.er-column-title h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    padding-right: 0.5em;
    line-height: 100%;
}

.er-column-l04>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    height: .8em;
    background: #eee;
    overflow: hidden;
    flex-grow: 1;
    border-left: 4px solid #409EFF;
}

.er-column-l04>.er-column-title .er-column-title-text {
    display: flex;
    align-items: center;
    height: 3em;
}


/*--------------er-column-col5-----------------*/

.er-column-l05>.er-column-title {
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
}

.er-column-l05>.er-column-title .er-column-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.er-column-l05>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    vertical-align: middle;
}

.er-column-l05>.er-column-title h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    padding-left: 0.5em;
    line-height: 100%;
}


.er-column-l05>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 4em;
    height: 0;
    left: 50%;
    bottom: 0;
    border-bottom: 2px solid #409EFF;
    margin-left: -2em;
}


/*--------------er-column-l06-----------------*/

.er-column-l06>.er-column-title {
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
}

.er-column-l06>.er-column-title .er-column-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em;
    width: 100%;
}

.er-column-l06>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    vertical-align: middle;
}

.er-column-l06>.er-column-title h4 {
    display: inline-block;
    vertical-align: middle;

    font-size: 0.8em;
    padding-left: 0.5em;
    line-height: 100%;
}


.er-column-l06>.er-column-title {
    border-bottom: 1px solid #ddd;
}

.er-column-l06>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 0.4em solid #ddd;
    border-color: transparent transparent #ddd transparent;
    left: 50%;
    bottom: 0;
    margin-left: -0.2em;
}

.er-column-l06>.er-column-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 0.4em solid #ddd;
    border-color: #ddd transparent transparent transparent;
    left: 50%;
    bottom: -0.8em;
    margin-left: -0.2em;
}


/*--------------er-column-col7--------------------*/

.er-column-l07>.er-column-title {
    padding: 0;
    color: #fff;
}

.er-column-l07>.er-column-title .er-column-title-text {
    background: #409EFF;
    height: 3em;
    width: 100%;
}

.er-column-l07>.er-column-title .er-column-title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    z-index: 0;
}

.er-column-l07>.er-column-title h4 {
    display: none;
}

.er-column-l07>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l07>.er-column-title .er-column-title-text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}


.er-column-l07>.er-column-title .er-column-more * {
    color: inherit;
}

.er-column-l07>.er-column-title a,
.er-column-l07>.er-column-title a:link,
.er-column-l07>.er-column-title a:visited {
    color: #fff;
}

.er-column-l07>.er-column-title a:hover,
.er-column-l07>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}

/*-----------er-column-l08---------------*/

.er-column-l08>.er-column-title {

    padding: 0;
    color: #fff;
    position: relative;
    line-height: 1em;
    display: flex;
}

.er-column-l08>.er-column-title .er-column-title-text {
    background: #409EFF;
    padding: 0 2em;
    border-radius: 0.3em 0.3em 0 0;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l08>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: inherit;
}

.er-column-l08>.er-column-title h3 {
    color: inherit;
    display: inline-block;
    font-size: 1em;
}

.er-column-l08>.er-column-title h4 {
    display: none;
}



.er-column-l08>.er-column-title .er-column-title-text a,
.er-column-l08>.er-column-title .er-column-title-text a:link,
.er-column-l08>.er-column-title .er-column-title-text a:visited {
    color: #fff;
}

.er-column-l08>.er-column-title .er-column-title-text a:hover,
.er-column-l08>.er-column-title .er-column-title-text a:active {
    color: rgba(255, 255, 255, 0.8);

}

/*--------------er-column-l09--------------------*/

.er-column-l09>.er-column-title {

    color: #fff;
}

.er-column-l09>.er-column-title h4 {
    display: none;
}

.er-column-l09>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l09>.er-column-title .er-column-title-text {
    background: #409EFF;
    position: relative;
    height: 3em;
    display: flex;
    align-items: center;
}




.er-column-l09>.er-column-title a {
    color: #fff !important;
    /*没有链接时鼠标放上去不应该有反应*/
}

.er-column-l09>.er-column-title a:link,
.er-column-l09>.er-column-title a:visited {
    color: #fff;
}

.er-column-l09>.er-column-title a:hover,
.er-column-l09>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}

/*--------------er-column-l10--------------------*/

.er-column-l10 {
    background: #eee;
}

.er-column-l10>.er-column-title {

    color: #fff;
}

.er-column-l10>.er-column-title h4 {
    display: none;
}

.er-column-l10>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l10>.er-column-title .er-column-title-text {
    position: relative;
    height: 3em;
    background: #409EFF;
    display: flex;
    align-items: center;
}


.er-column-l10>.er-column-title .er-column-more * {
    color: #fff;
}

.er-column-l10>.er-column-title a,
.er-column-l10>.er-column-title a:link,
.er-column-l10>.er-column-title a:visited {
    color: #fff;
}

.er-column-l10>.er-column-title a:hover,
.er-column-l10>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}


/*--------------er-column-l11--------------------*/

.er-column-l11 {
    background: #eee;
}



.er-column-l11>.er-column-title h4 {
    display: none;
}

.er-column-l11>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l11>.er-column-title .er-column-title-text {
    position: relative;
    background: #fff;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l11>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #409EFF;
}




/*--------------er-column-l12--------------------*/

.er-column-l12>.er-column-con {

    position: relative;
    z-index: 1;
}

.er-column-l12:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    z-index: 0;
}

.er-column-l12>.er-column-title {

    position: relative;
    z-index: 1;
}

.er-column-l12>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
}

.er-column-l12>.er-column-title h4 {
    display: none;
}

.er-column-l12>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l12>.er-column-title .er-column-title-text {
    position: relative;
    border-color: inherit;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l12>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #409EFF;
}

/*--------------er-column-l13--------------------*/



.er-column-l13:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
}

.er-column-l13>.er-column-title {

    position: relative;
}

.er-column-l13>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ddd;
}

.er-column-l13>.er-column-title h4 {
    display: none;
}

.er-column-l13>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l13>.er-column-title .er-column-title-text {
    position: relative;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l13>.er-column-con {
    position: relative;
}


/*--------------er-column-l14--------------------*/



.er-column-l14>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.er-column-l14>.er-column-title h4 {
    display: none;
}

.er-column-l14>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
    display: inline-block;
    padding-right: 0.5em;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.er-column-l14>.er-column-title h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #409EFF;
}

.er-column-l14>.er-column-title .er-column-title-text {
    position: relative;
    z-index: 1;
    height: 3em;
    display: flex;
    align-items: center;
}




/*--------------er-column-l15--------------------*/



.er-column-l15>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.er-column-l15>.er-column-title h4 {
    display: none;
}

/*.er-column-l15 .er-column-title h3 {*/
.er-column-l15>.er-column-title>.er-column-title-text>h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.8rem;
    position: relative;
    margin-top: -1px;
    /*微调，矫正字体带来的高度问题*/
}

.er-column-l15>.er-column-title>.er-column-title-text:before {
    content: "";
    display: block;
    background: #409EFF;
    width: 4px;
    height: 1.4em;
    margin-left: .5rem;
}

.er-column-l15>.er-column-title .er-column-title-text {
    position: relative;
    height: 3em;
    display: flex;
    align-items: center;
}




/*--------------er-column-l16--------------------*/

.er-column-l16>.er-column-title {
    color: #409EFF;

}

.er-column-l16>.er-column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.er-column-l16>.er-column-title h4 {
    display: none;
}

.er-column-l16>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    margin-left: 0.2em;
}

.er-column-l16>.er-column-title h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0.4rem solid;
    border-color: inherit;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.er-column-l16>.er-column-title .er-column-title-text {
    position: relative;
    height: 3em;
    display: flex;
    align-items: center;
}


/*--------------er-column-l17--------------------*/

.er-column-l17:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
}

.er-column-l17>.er-column-con {
    position: relative;
}

.er-column-l17>.er-column-title {
    color: #fff;

}

.er-column-l17>.er-column-title h4 {
    display: none;
}

.er-column-l17>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l17>.er-column-title .er-column-title-text {
    position: relative;
    background: #409EFF;
    height: 3em;
    display: flex;
    align-items: center;
}


.er-column-l17>.er-column-title .er-column-more * {
    color: #fff;
}

.er-column-l17>.er-column-title a,
.er-column-l17>.er-column-title a:link,
.er-column-l17>.er-column-title a:visited {
    color: #fff;
}

.er-column-l17>.er-column-title a:hover,
.er-column-l17>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}


/*-----------er-column-l18---------------*/

.er-column-l18>.er-column-title {
    display: flex;
    padding: 0;
    color: #fff;
    position: relative;
}

.er-column-l18>.er-column-title .er-column-title-text {
    background: #409EFF;
    padding: 0 2em;
    height:3em;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-align: center;
    -webkit-box-align: center;
}

.er-column-l18>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #409EFF;
}

.er-column-l18>.er-column-title .er-column-title-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: inherit;
}

.er-column-l18>.er-column-title h3 {
    color: inherit;
    display: inline-block;
    font-size: 1em;
}

.er-column-l18>.er-column-title h4 {
    display: none;
}

.er-column-l18>.er-column-title .er-column-title-text a,
.er-column-l18>.er-column-title .er-column-title-text a:link,
.er-column-l18>.er-column-title .er-column-title-text a:visited {
    color: #fff;
}

.er-column-l18>.er-column-title .er-column-title-text a:hover,
.er-column-l18>.er-column-title .er-column-title-text a:active {
    color: rgba(255, 255, 255, 0.8);

}



/*--------------er-column-l19--------------------*/

.er-column-l19>.er-column-con {
    border: 1px solid #ddd;
    border-top: 0;
}

.er-column-l19>.er-column-title {
    color: #fff;

}

.er-column-l19>.er-column-title h4 {
    display: none;
}

.er-column-l19>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l19>.er-column-title .er-column-title-text {
    position: relative;
    background: #409EFF;
    border-radius: 0.5em 0.5em 0 0;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l19>.er-column-title a,
.er-column-l19>.er-column-title a:link,
.er-column-l19>.er-column-title a:visited {
    color: #fff;
}

.er-column-l19>.er-column-title a:hover,
.er-column-l19>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}



/*--------------er-column-l20--------------------*/

.er-column-l20>.er-column-title {
    color: #fff;
}

.er-column-l20>.er-column-title h4 {
    display: none;
}

.er-column-l20>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l20>.er-column-title .er-column-title-text {
    position: relative;
    z-index: 1;
    background: #409EFF;
    border-radius: 0.5em 0.5em 0 0;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l20>.er-column-title a,
.er-column-l20>.er-column-title a:link,
.er-column-l20>.er-column-title a:visited {
    color: #fff;
}

.er-column-l20>.er-column-title a:hover,
.er-column-l20>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}

/*--------------er-column-l21--------------------*/


.er-column-l21>.er-column-title {
    border: 1px solid #ddeefb;
    border-bottom: 0;
}

.er-column-l21>.er-column-con {
    border: 1px solid #ddeefb;
    border-top: 0;
    background: #fff;
}

.er-column-l21>.er-column-title {
    color: #333;
    font-size: 1.4rem;
}

.er-column-l21>.er-column-title h4 {
    display: none;
}

.er-column-l21>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l21>.er-column-title .er-column-title-text {
    position: relative;
    z-index: 1;
    height: 3em;
    display: flex;
    align-items: center;
}

.er-column-l21>.er-column-title .er-column-title-text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(180deg, #409EFF, #fff);
    opacity: .2;
}




/*--------------er-column-l22--------------------*/

.er-column-l22>.er-column-title {
    color: #fff;
}

.er-column-l22>.er-column-title h4 {
    display: none;
}

.er-column-l22>.er-column-title h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l22>.er-column-title .er-column-title-text {
    position: relative;
    z-index: 1;
    background: #409EFF;
    border-radius: 0.5em 0.5em 0 0;
    height: 3em;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-align: center;
    -webkit-box-align: center;
}

.er-column-l22>.er-column-title .er-column-more {
    position: absolute;
}



.er-column-l22>.er-column-morecon .er-column-moretitle {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-align: center;
    line-height: 100%;
}

.er-column-l22>.er-column-morecon .er-column-moretitle-text {
    height: 3em;
    background: #eee;
    width: 100%;
    border-radius: 0.5em 0.5em 0 0;
}

.er-column-l22>.er-column-morecon .er-column-moretitle-text h3 {
    color: inherit;
    font-size: 1em;
    padding-left: 0.5em;
}

.er-column-l22>.er-column-title a .er-column-l22>.er-column-title a:link,
.er-column-l22>.er-column-title a:visited {
    color: #fff;
}

.er-column-l22>.er-column-title a:hover,
.er-column-l22>.er-column-title a:active {
    color: rgba(255, 255, 255, 0.8);

}

.er-column-morecon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    cursor: pointer;
}

.er-column-morecon-s {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.er-column {
    margin: 10px;
}

.el-dialog__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-dialog__wrapper .el-dialog{
    margin:auto!important;
}

.el-dialog.fit {
    width: 90%;
    height: 90%;
    margin: auto !important;
}
.el-dialog.flex-dialog{
    display: flex;
    flex-direction: column;

}
.el-dialog.flex-dialog .el-dialog__body{
    flex:auto;
    padding:0;
}

.el-dialog.small {
    width: 600px;
   
}
.el-dialog.small .el-dialog__body{
 min-height: 250px;
}

.el-dialog.big {
  margin-top: 20vh;
  width: 700px;
}

/**bigger弹窗**/
.el-dialog.bigger {
  margin-top: 15vh;
  width: 960px;
}
.css_password .el-input__inner {
    -webkit-text-security: disc;
}

.app-error-prompt {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: rgb(248, 139, 15);
}

.page-left-right {
    display: flex;
    position: relative;
    flex: auto;
}

.el-dialog__body .page-left-right {
    flex: auto;
    height: auto;
}

.el-dialog__body>.page-left-right {
    height: 100%;
}

.flex-dialog .el-dialog__body>.page-left-right {
    height: auto;
}

.page-main-layout {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* width: 100%; */
    /* height: 100%; */
    -ms-flex-direction: column;
    /* -webkit-box-orient: vertical; */
    display: flex;
    flex-direction: column;
    flex: auto;
}

.page-search-con {
    background: rgb(245, 245, 248);
    padding: 0.25em 0.5rem;
    /* margin: 0.8rem; */
    /* border-left: 4px solid #888; */
    margin-bottom: 0;
    border: 1px solid #eee;
    border-bottom: 0;
}

.page-search-con .el-form-item {
    padding: 0;
}

.page-button-cons {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 10px 10px 0 10px;
}

.page-search-con .unitSearch {}

.page-search-con .unitSearch .el-form-item {
    max-width: 22em;
}

.page-search-con .unitSearch .el-form-item .el-input__icon {
    line-height: 32px;
}
.page-search-con .el-input-group--append .el-input__inner,
.page-search-con .el-input-group--prepend .el-input__inner{
    width:90px;
}

.page-main-left .page-search-con .el-input{
    width:auto;
}
.page-main-layout-body {
    -ms-flex: 1;
    /* -webkit-box-flex: 1; */
    overflow: auto;
    position: relative;
    margin: 10px;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* -webkit-box-orient: vertical; */
    -ms-flex-direction: column;
    background: #fff;
    flex: auto;
    display: flex;
    flex-direction: column;
}

.page-main-left .page-main-layout-body {
    margin-right: 0;
}

.page-main-left .el-table td {
    border-bottom: 0;
}

.page-main-left .el-table th.is-leaf {
    display: none;
}

.page-main-layout-body-con {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    position: relative;
    flex: auto;
}

.page-main-layout-body .treeSearch-search-con {
    margin-left: 0;
    margin-right: 0;
}

.page-main-body-table>.el-table>.el-table__body-wrapper {
    -webkit-box-flex: 1;
    overflow: auto;
    display: block;
}

.treeSearch-search-con {
    display: flex;
}

.page-tool-buttons li {
    display: inline-block;
}

.page-button-cons .er-button {
    font-size: 0.9rem;
    margin-right: 0.5em;
}

.page-more-buttons {
    text-align: right;
    position: relative;
}

.page-more-buttons .er-button {
    width: 7rem;
}

.page-more-buttons:hover .page-more-buttons-con {
    display: block;
}

.page-more-buttons-con {
    text-align: right;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 100%;
    display: none;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.page-more-buttons-con li {
    text-align: center;
    margin: 0.2em;
    white-space: nowrap;
}

.page-more-buttons-con li a {
    line-height: 2.5em;
    padding: 0 .5em;
    cursor: pointer;
    display: block;
    text-align: left;
}

.page-more-buttons-con li a>i {
    margin-right: 6px;
}

.page-more-buttons-con:before {
    content: '';
    display: block;
    border: 0.5rem solid #fff;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    top: -1rem;
    margin-left: -0.25rem;
}

.page-more-buttons-con li a:hover {
    border-radius: 4px;
}

.page-main-left {
    display: flex;
    flex: 0 0 20rem;
    /* border-right: 1px solid #ddd; */
}

.page-main-left .el-tree {

    overflow: auto;
    flex: auto;
    margin: 10px 0 10px 10px;
    background: #fff;
    border: 1px solid #eee;
}

.page-main-left .page-main-body-table .el-tree {
    border: 0;
    margin: 0;
    height: 100%;
}

.page-main-right {
    flex: auto;
    display: flex;
}

.page-left-hidden .page-main-right {
    margin-left: 0;
}

.page-home-subname {
    background: rgba(0, 0, 0, 0.2);
    padding: 0rem 1.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    height: 3.6rem;
    line-height: 3.6rem;
}

.page-main-body-table {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: auto;
    border: 1px solid #eee;
}

.page-main-body-table>.page-main-body-table {
    border: 0;
}

.page-main-body-table>.el-table {
    border: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-main-layout-body-footer {
    border: 1px solid #eee;
    border-top: 0;
}

.el-dialog.flex-dialog {
    display: flex;
    flex-direction: column;
}

.el-dialog.flex-dialog .el-dialog__body,
.flex-dialog .el-dialog__body {
    display: flex;
    flex:auto;
}

.el-dialog.flex-dialog .el-dialog__body .er-layout-content {
    overflow: auto;
}

.el-dialog.flex-dialog .el-dialog__body .er-layout-content>div {
    position: relative;
}

.el-dialog.flex-dialog .el-dialog__footer {
    margin-top: 0;
}

.page-search-con .el-form-item__content {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.page-search-con .el-form-item {
    margin-top: 0.25em;
    margin-bottom: 0.25em !important;
    display: flex;
    /*取消导至搜索栏文字与表单换行*/
}

.page-search-con .el-form {
    display: -webkit-flex;
    display: flex;

    align-items: center;
}

.el-form .el-row {
    margin-bottom: 0;
}

.page-search-con .el-form {
    flex-wrap: wrap;
}

.page-search-con .el-form-item__label {
    white-space: nowrap;
    flex:auto!important;
}

.elpage {
    margin-top: 0;
    text-align: right;
    position: relative;
}

.padding0 .el-dialog__body {
    padding: 0;
}
 .el-dialog__body{
     position: relative;
 }
.el-dialog__header {
    padding: 10px;
}

.el-dialog__headerbtn {
    top: 10px;
}

.el-dialog__title {
    color: #fff;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}

.el-message-box.bigger {
    width: 94%;
}

.el-message {
    top: initial !important;
    right: 20px;
    left: initial;
    right: 20px;
    bottom: 20px;
    transform: translateX(0);
}
.er-engine-item {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.er-engine-item-screenh{
    height:100vh!important;
}
.er-engine-con > .er-engine-item{

    height: inherit;
}
.ErContainer .er-engine-item,
.er-engine-item > div{
    height:100%;
}

.el-input-number.is-controls-right .el-input__inner{
    padding-left: 6px;
    padding-right: 34px;
}

.blog_page_top{
    position:relative;
}
.icon-doc,.icon-docx,.icon-wps{
    color:rgb(40,128,242);
}
.icon-ppt,.icon-pptx{
    color:rgb(237, 99, 53);
}
.icon-xls,.icon-xlsx{
    color:rgb(8, 156, 84);
}
.icon-xls,.icon-pdf{
    color:rgb(218, 52, 46);
}
.icon-ai{
    color:rgb(206,102,6);
}
.icon-mp3{
    color:rgb(16,68,153);
}
.icon-mp4{
    color:rgb(109,2,77);
}
.icon-mov{
    color:rgb(48,113,152);
}
.icon-avi{
    color:rgb(68,141,20);
}
.icon-bat{
    color:rgb(83,90,6);
}
.icon-bmp{
    color:rgb(80,0,111);
}
.icon-ac3{
    color:rgb(72,0,28);
}
.icon-ani{
    color:rgb(66,40,18);
}
.icon-zip{
    color:rgb(104,64,0);
}
.icon-psd{
    color:rgb(2,58,109);
}
.icon-png{
    color:rgb(60,101,142);
}
.icon-jpg{
    color:rgb(10 122 33);
}
.icon-html{
    color:rgb(0,46,206);
}
.icon-url{
    color:rgb(0,46,206);
}
.icon-rar{
    color:rgb(104,0,96);
}
.icon-wav{
    color:rgb(55,25,92);
}
.icon-wma{
    color:rgb(23,93,128);
}
.icon-wmv{
    color:rgb(77,83,9);
}
.icon-txt{
    color:rgb(0,17,113);
}
 :root {
    --skin-main-color:#409EFF;
    --skinColor:#409EFF;
 }

.er-engine-item-hover-1:hover{
    border:2px solid rgba(0,0,0,0.3);
}
.er-engine-item-hover-2:hover{
    box-shadow: 0 11px 24px 0 rgb(0 0 0 / 16%)!important;
}
.el-button--primary{
        color: #FFF!important;
    background-color: #409EFF!important;
    border-color: #409EFF!important;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover{
    color: #FFF!important;
    background-color: #a0cfff!important;
    border-color: #a0cfff!important;
}

.page-main-layout-path {
  margin-bottom: 0;
  font-size: 1.1rem;
  padding: 0.4rem 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
}

.page-main-layout-path>span,
.page-main-layout-path .fa {
  color: #aaa;
}

.page-main-layout-path .fa {
  font-size: 1.2em;
  margin: 0 0.5em;
}
/* 最低高度600px */
body>div#app {
    min-height: 600px;
}

.treeSearch-search-con{
    height:100%;
}
.userTransferTable{
    height:100%;
}
.userTransferTable_left, .userTransferTable_right{
   flex-direction: column;
    display: flex;
}

.userTransferTable_left .el-table , .userTransferTable_right .el-table {
    display: flex;
    flex:auto;
    flex-direction: column;
}
.userTransferTable_left .el-table .el-table__header-wrapper,
.userTransferTable_right .el-table .el-table__header-wrapper{
    flex:0 0 36px;
}
.userTransferTable_left .el-table .el-table__body-wrapper,
.userTransferTable_right .el-table .el-table__body-wrapper {
    height:auto;
    overflow: auto;
    flex:auto;
}

.userTransferTable_head{
    text-align: center;
}

.el-input__inner{
    padding:0 10px;
}
.el-input--suffix .el-input__inner{
    padding-right:22px;
}

.master-page-manage{
    position: fixed;
    left:0;
    top:0;
    z-index: 1001;
    transform: translate(50px,50px);
    white-space: nowrap;

}
.master-page-manage > span{
    display: block;
    background: var(--skinColor);
    color:#fff;
    font-size: 1.4rem;
    padding:1em;
    text-align: center;
    overflow: hidden;
    line-height: 2em;
    border-radius: 2em;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor:move;
}
.master-page-manage:hover > span >span{
    width:4em;
}
.master-page-manage:hover  .master-page-manage-con{
    
    transform: translateY(2em) scaleY(1);
}
.master-page-manage > span span{
    overflow: hidden;
    display: block;
    width:2em;
    height:2em;
}
.master-page-manage-con{
    position: absolute;
    left:0;
    top:0;
    background:#fff;
    z-index: 1;
    width:100%;
    padding-top:4rem;
    text-align: center;
    padding-bottom: 1rem;
    font-size:1.3rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    line-height: 2em;
    border-radius: 0 0 .5em .5em;
    transform: translateY(2em) scaleY(0);
    transform-origin: top center;
    
    transition: all .3s ease-in-out;
}

 .mk10693_1_0_1>.er-engine-con>.er-engine-item>.er-container {
        display: flex;
        gap: 8px;
        align-items: center;
    }
     .mk10693_1_0_1_end>.er-engine-con>.er-engine-item>.er-container {
        justify-content: flex-end;
    }
    .mk10693_1_0_1_center>.er-engine-con>.er-engine-item>.er-container {
        justify-content: center;
    }
    
    .mk10693_1_0_1_space-between>.er-engine-con>.er-engine-item>.er-container {
        justify-content: space-between;
    }
    .mk10693_1_0_1_wrap>.er-engine-con>.er-engine-item>.er-container {
        flex-wrap: wrap;
    }